home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Tampa Bay Amiga Group / TBAG - Tampa Bay Amiga Group's Disk of the Month #67 (1992)(Merlin's Software - Amiganuts United)(PD).zip / TBAG - Tampa Bay Amiga Group's Disk of the Month #67 (1992)(Merlin's Software - Amiganuts United)(PD).adf / Docs / optimizer.docs < prev    next >
Text File  |  1992-04-11  |  4KB  |  75 lines

  1. Optimizer 1.25   A freeware product by Tim Stotelmeyer
  2.  
  3.  
  4. This program will optimize hard disks, recoverable ram disks (rads), and 
  5. floppy disks, which use either the Fast File System (FFS) or the Old File
  6. System (OFS).  The AmigaDOS 2.04 HARD LINKs for both files and directories
  7. are also supported.  This program works with AmigaDOS versions 1.2 and above.  
  8.  
  9. Where possible files are optimized such that the components of a file are 
  10. in one continuous block.  Files optimized are optimized for reading.  
  11. Files and directories are placed in the order as seen when using the 
  12. AmigaDOS command "LIST."  The contents of a subdirectory are placed after 
  13. the last file of the current directory.  This speeds up the listing of 
  14. files in the current directory.
  15.  
  16. A note for using this program to optimize a floppy.  It is faster if you
  17. copy the disk to RAD: using "DISKCOPY," optimize RAD:, then use "DISKCOPY"
  18. to copy from RAD: to your floppy.
  19.  
  20. As with any optimizer make a backup of the disk that you want optimized
  21. in case of trouble.
  22.  
  23. After starting the program from either the Workbench or from the CLI, the
  24. program will open its own high-res non-interlaced screen.  The colors are
  25. set to the current Workbench colors.  At the bottom of the screen
  26. are four buttons.  They are "START," "SCAN," "DRIVE," and "EXIT."  The
  27. "START" button will start the optimization.  Before a disk can be optimized
  28. it must first be scanned.  The "SCAN" button will cause the current disk to
  29. be scanned.  The "DRIVE" button will cycle through the drives that have a
  30. disk in them.  The field next to the "DRIVE" button shows the current drive.
  31. The "EXIT" button is for exiting the program.  During either a disk scan
  32. or optimization, the "EXIT" button will change to "STOP" and will stop the
  33. current action.
  34.  
  35. Above the buttons are five statistics, "FILES LEFT," "BLOCKS LEFT,"
  36. "PERCENT DONE," "TIME," and "DONE AT."  After a drive has been scanned
  37. "FILES LEFT" will contain the number of files on the drive, and "BLOCKS LEFT"
  38. will contain the number of blocks of data that are on the drive.  Once
  39. the optimization process has started, "FILES LEFT" and "BLOCKS LEFT" will 
  40. contain the number of files and data blocks that still need to be optimized,
  41. respectfully.  "PERCENT DONE" will contain the percentage of blocks optimized.
  42. "TIME" will contain the current time of day for computer.  "DONE AT" will
  43. contain a continuously updated estimate of the time of day that the
  44. optimization will be done.  The first few estimates will not be very 
  45. accurate.
  46.  
  47. Above the statistics is a field, which if a disk had been scanned, will show
  48. the layout of the disk.  Workbench color 1 denotes continuous, unfragmented
  49. blocks of data.  Workbench color 2 denotes fragmented blocks of data.
  50.  
  51. If a drive had been optimized or partially optimized, clicking on the "EXIT"
  52. button will cause a requester to pop up telling the user that
  53. "A drive has been optimized.  You should reboot for safety."  The user can
  54. click on "REBOOT" or "EXIT."  Because of changes made in how AmigaDOS keeps
  55. track of some files in version 2.04 of AmigaDOS, the Amiga needs to be
  56. rebooted after a disk (usually the boot disk) has been optimized.
  57.  
  58. Even though, I have thoroughly tested this program, I cannot stress the need
  59. for backing up your data.  A lot of things can happen, that are outside the
  60. scope of this program.  So it's better to be safe than sorry.  On this note,
  61. I do not take responsibility for loss of data, or loss of revenue resulting
  62. from the loss of data, due to the use of this program.
  63.  
  64. Changes:
  65. 1.25:  Fixed bug with optimizing a disk just optimized without having
  66.        exited the program.
  67.        Hopefully, fixed a bug with disk partition sizes greater than 51 Meg.
  68.        Made interface look 2.0-ish.
  69.  
  70. 1.2:   Increased speed by at least a factor of 2.
  71.        Allow up to 72 data blocks to be moved at a time.
  72.  
  73. 1.1:   Internal version with some bug fixes.
  74.  
  75. 1.0:   First release.